public interface CiscoJtapiPeer extends TraceModule, javax.telephony.JtapiPeer, CiscoObjectContainer
By extending the com.cisco.services.tracing.TraceModule
interface,
CiscoJtapiPeer
exposes trace information to applications. All instances of
JtapiPeer
objects that the Cisco JTAPI implementation creates implement this
interface. Applications that want to manipulate the trace settings of the Cisco JTAPI
implementation may use the CiscoJtapiPeer.getTraceManager
method to obtain its
TraceManager
object. Applications can then manipulate the TraceManager
object as described in the com.cisco.services.tracing
package.
TraceModule
Modifier and Type | Method and Description |
---|---|
CiscoJtapiProperties |
getJtapiProperties()
CiscoJtapiProperties defines the various methods that applications can use to modify the
parameters that the JTAPI layer will use.
|
void |
setJtapiProperties(CiscoJtapiProperties jtapiproperties)
The interface provides applications ability to save changes made to CiscoJtapiProperties in
jtapi.ini file and activate these changes in properties for the providers in JTAPIPeer
|
getTraceManager, getTraceModuleName
getObject, setObject
CiscoJtapiProperties getJtapiProperties()
CiscoJtapiProperties
void setJtapiProperties(CiscoJtapiProperties jtapiproperties)
jtapiproperties
- CiscoJtapiProperties to be saved in jtapi.ini file and activated for providers